C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / AppointmentCollection Class / AddRange Method / AddRange(Appointment[]) Method
An array of Appointment objects.

In This Topic
AddRange(Appointment[]) Method
In This Topic
Adds an array of Appointment objects to the collection. This methods clears collection before adding new items. Don't use it if you want to save previously existed items.
Syntax
'Declaration
 
Public Overloads Overrides Sub AddRange( _
   ByVal items() As Appointment _
) 
 

Parameters

items
An array of Appointment objects.
See Also